home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / examples / chap04 / ExProtoManUse.wrl < prev    next >
Text File  |  1996-10-14  |  497b  |  26 lines

  1. #VRML V2.0 utf8
  2.  
  3. #
  4. # use EXTERNPROTO
  5. #
  6.  
  7. EXTERNPROTO WalkingMan[ exposedField SFVec3f translation 0 0 0
  8.                         exposedField SFRotation rotation 1 0 0 0
  9.                         exposedField SFTime walkingCycle 1] "ExProtoManDef.wrl"
  10.  
  11. WalkingMan{
  12.         translation 0 0 -5
  13.         walkingCycle 3
  14. }
  15.  
  16. WalkingMan{
  17.         translation 3 0 -8
  18.         walkingCycle 5
  19. }
  20.  
  21. WalkingMan{
  22.         translation -3 0 -5
  23.         rotation 0 1 0 0.78
  24.         walkingCycle 7
  25. }
  26.